Interface HardwareQueue

All Superinterfaces:
IPCObject
All Known Subinterfaces:
CsmaCdProcess, Hdlc
All Known Implementing Classes:
CsmaCdProcessImpl, HardwareQueueImpl, HdlcImpl

public interface HardwareQueue extends IPCObject
Information provided by the PKI file:

    \class HardwareQueue
    
    \brief HardwareQueue handles and manipulates switch ports.
    
Author:
Auto-generated
  • Method Details

    • getPacketCnt

      int getPacketCnt()
      Information provided by the PKI file:
      
          \brief Returns the number of packets.
          
          \return int, the number of packets.
          
              
      Returns:
      int Returns a int
    • getUserTrafficAt

      UserTraffic getUserTrafficAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the UserTraffic object.
          
          \param int, index of UserTraffic in the queue.
          
          \return UserTraffic, the UserTraffic object.
          
              
      Parameters:
      index - Takes in a parameter of index
      Returns:
      UserTraffic Returns a UserTraffic